home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8983 < prev    next >
Encoding:
Text File  |  1996-08-05  |  976 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!jodell
  3. From: jodell@netcom.com (Jake Odell)
  4. Subject: Re: Question on C/370
  5. Message-ID: <jodellDnvIns.tE@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <4he39r$sh0@mtinsc01-mgt.ops.worldnet.att.net>
  9. Date: Thu, 7 Mar 1996 01:26:15 GMT
  10. Sender: jodell@netcom13.netcom.com
  11.  
  12. Arn Trembley (arnold.trembley@worldnet.att.net) posted:
  13. # Does anyone know how to generate the square brackets "[" "]" used for 
  14. # array references on an IBM 3270 terminal for the mainframe C/370 
  15. # compiler?  Do you have to use a trigraph?
  16.  
  17. # The characters should exist in the EBCDIC character set, but I can't seem 
  18. # to generate them on my terminal.
  19.  
  20. In SAS C, you would use (||) for the [] characters, ie:
  21.  
  22.     array[index]   <- would be ->   array(|index|)
  23.  
  24. I suspect the compiler wouldn't understand [] if you could get them in!
  25.  
  26.  
  27. -- 
  28. jake@pantheon.us.com   jodell@netcom.com
  29.